[ASP.NET, JS] How to remember the prior page before accessing subsequent pages across frame
Posted
by Ricky
on Stack Overflow
See other posts from Stack Overflow
or by Ricky
Published on 2010-05-24T04:11:31Z
Indexed on
2010/05/24
4:20 UTC
Read the original article
Hit count: 300
ASP.NET
|JavaScript
Hi guys:
I get two frames, says A and B. Clicking a link in A will trigger page in B changing from URL_A to URL_B.
How do I remember URL_A, so that when users click cacnel button in URL_B, they can go back to URL_A?
© Stack Overflow or respective owner